@media screen and (max-width: 1024px) {
    .Header {
        height: 80px;
        background: white;
        top: 0;
        right: 0;
        /* padding: 0 20px 0 0; */
    }

    .ProgressBar {
        z-index: 99;
        top: 60px;
        translate: 0 0;
    }

    /* .container,
    .container.narrow {
        padding: 0 20px;
    } */

    .Header_List {
        justify-content: space-between;
    }

    .Header_List:before {
        display: none;
    }

    .Header_Logo {
        height: 60px;
        justify-content: center;
    }

    .Profile {
        max-width: 100%;
    }

    .Header_Logo:before,
    .Header_Logo>svg:last-of-type {
        display: none;
    }

    .Header_Logo a {
        border-radius: 0 0 30px;
        height: 200%
    }

    .Header_Logo a svg {
        height: 80px;
        width: 150px;
        padding: 15px 15px 15px 15px;
        translate: 0;
        translate: 0 3px;
    }

    .Header_Logo>svg {
        width: 30px;
        top: 100%;
        /* left: 20px; */
    }

    .Header_MenuButton {
        display: block;
    }

    .Menu_Top {
        justify-content: center;
    }

    .btn-container {
        width: 6rem;
        padding: 8px;
        margin: 6px 10px 0 0;
    }

    .btn {
        padding: 1rem;
    }

    .clicked {
        margin-left: 20px;
    }

    .animation-text1 {
        display: flex;
    }

    .dark-mode {
        background-color: #121212;
        color: white;
    }

    .circle {
        width: 0;
        height: 0;
        margin: 100px 0 100px 0;
    }

    .circle span {
        width: 60px;
        height: 60px;
        transform: rotateY(calc(var(--i) * calc(360deg / 16))) translateZ(200px);
    }

    .circle span img {
        width: 100%;
        height: 100%;
    }

    .tech-stack {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 20px;
    }

    /* Previous and Next buttons */
    .next,
    .prev {
        width: 59px;
        height: 118px;
        display: block;
        background: url(../../themes/dannaway/images/sprite.png) no-repeat;
        position: fixed;
        top: 60%;
        text-indent: -9999px;
    }

    .next {
        right: 0px;
        background-position: -60px -309px;
    }

    .prev {
        left: 0px;
        background-position: 0px -309px;
    }

    .next a,
    .prev a {
        position: absolute;
        display: block;
        background: url(../../themes/dannaway/images/sprite.png) no-repeat;
        width: 59px;
        height: 118px;
        z-index: 10;
        opacity: 0;
    }

    .next a {
        background-position: -60px -428px;
    }

    .prev a {
        background-position: 0px -428px;
    }

    .coder,
    .designer {
        display: grid;
        justify-content: center;

    }

}

@media screen and (max-width: 1024px) {
    .Menu_Menu {
        width: calc(100% - 40px);
        opacity: 0;
        visibility: hidden;
        background-color: #d9db4d;
        position: absolute;
        top: 90px;
        left: 30px;
        padding: 0;
        translate: 0;
        border-radius: 30px 30px 30px 30px;
        height: auto;
        z-index: 100;
    }

    .Men_Men {
        display: block;
        width: 40%;
    }

    .social-icons {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 2rem;
    }

    .Menu_Menu {
        width: calc(50% - 20px);
        left: 30px;
    }

    .Menu_Menu.Menu_Open {
        opacity: 1;
        visibility: visible;
    }

    .Menu_Menu.Menu_Open>ul li {
        transform: translateY(0);
        opacity: 1;
    }

    .Menu_Menu>ul {
        width: calc(100% - 40px);
        flex-direction: column;
        align-items: center;
        padding: 0;
        border-radius: 30px;
        background-color: transparent;
        box-shadow: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        margin: 20px 20px 60px;
    }

    .Menu_Menu>ul a,
    .Menu_Menu>ul span {
        padding: 15px 0;
        font-size: 20px;
    }

    .Menu_Menu>ul>li {
        width: 100%;
        margin: -10px;
        font-size: 32px;
        /* border-bottom: 1px solid rgba(0, 0, 0, .5); */
        transform: translateY(-10px);
        opacity: 0;
        transition: .3s;
    }

    .Menu_Menu>ul>li a[class*=active] {
        color: #005241;
    }

    .Menu_Menu>ul>li:first-child {
        transition-delay: .05s;
    }

    .Menu_Menu>ul>li:first-child a[class*=active] {
        font-weight: 400;
        color: #000;
    }

    .Menu_Menu>ul>li:nth-child(2) {
        transition-delay: .1s;
    }

    .Menu_Menu>ul>li:nth-child(3) {
        transition-delay: .15s;
    }

    .Menu_Menu>ul>li:nth-child(4) {
        transition-delay: .2s;
    }

    .Menu_Menu>ul>li:nth-child(5) {
        transition-delay: .25s;
    }

    .Menu_Menu>ul>li:nth-child(6) {
        transition-delay: .3s;
    }

    .Menu_Menu>ul>li:nth-child(7) {
        transition-delay: .35s;
    }

    .Menu_Menu>ul>li:nth-child(8) {
        transition-delay: .4s;
    }

    .Menu_Menu>ul>li:nth-child(9) {
        transition-delay: .45s;
    }

    .Menu_Menu>ul>li:nth-child(10) {
        transition-delay: .5s;
    }

    .Menu_Menu>ul>li:first-of-type {
        display: block;
    }

    .Menu_Menu>ul>li[class*=social] {
        display: none;
    }

}

@media screen and (max-width: 830px) {
    .content {
        margin-top: 92px;
    }
}

@media screen and (max-width: 829px) {
    .nav-footer {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .info-container {
        display: block;
    }

    .footer {
        height: 50px;
        padding: 100px 5% 0 5%;
    }

    .left {
        margin-top: -60px;
    }
}

@media screen and (max-width: 650px) {
    .commend {
        height: calc(120vh - 40px);
        margin: 0;
    }

    .input-box {
        position: relative;
        margin: 15px 0 0 0;
    }

    .input-box input {
        padding: 10px 50px 10px 20px;
        font-size: 15px;
        box-sizing: border-box;
    }

    textarea {
        width: 100%;
        height: 140px;
    }

    .form-box.register h1 {
        margin-top: -30px;
    }

    .form-box textarea .input-box input {
        padding: 100px 50px 10px 20px;
        font-size: 15px;
    }

    .forgot-link {
        margin: 10px 0 10px;
    }

    .form-box {
        width: 100%;
        height: 65%;
        bottom: 0;
        box-sizing: border-box;
    }

    .form-box h1 {
        font-size: 20px;
    }

    .toggle-box h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .commend.active .form-box {
        right: 0;
        bottom: 25%;
    }

    .toggle-box::before {
        left: 0;
        top: -270%;
        width: 100%;
        height: 300%;
        border-radius: 20vw;
    }

    .commend.active .toggle-box::before {
        left: 0;
        top: 80%;
    }

    .toggle-panel {
        width: 100%;
        height: 30%;
    }

    .toggle-panel.toggle-left {
        top: 0;
    }

    .commend.active .toggle-panel.toggle-left {
        left: 0;
        top: -30%;
    }

    .toggle-panel.toggle-right {
        right: 0;
        bottom: -30%;
    }

    .commend.active .toggle-panel.toggle-right {
        bottom: -40px;
    }

    .error-message {
        font-size: 10px;
    }

}

@media screen and (max-width: 480px) {
    .Header {
        height: 80px;
        background: white;
        top: 0;
        right: 0;
        padding: 0;
    }

    .ProgressBar {
        z-index: 99;
        top: 60px;
        translate: 0 0;
    }

    /* .container,
    .container.narrow {
        padding: 0 20px;
    } */

    .Header_List {
        justify-content: start;
    }

    .Header_List:before {
        display: none;
    }

    .Header_Logo {
        height: 60px;
        width: 130px;
        justify-content: center;
    }

    .Profile {
        max-width: 100%;
        height: auto;
        padding: 0 0 0 20px;
        background: #f9f8f6;
        max-height: 80px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .Header_Logo:before,
    .Header_Logo>svg:last-of-type {
        display: none;
    }

    .Header_Logo a {
        border-radius: 0 0 30px;
        height: 200%
    }

    .Header_Logo a svg {
        height: 80px;
        width: 100px;
        padding: 15px 15px 15px 0px;
        translate: 0;
        translate: 0 3px;
    }

    .Header_MenuButton {
        display: block;
        margin: 10px;
    }

    .Menu_Top {
        justify-content: center;
    }

    .Menu_Menu {
        width: calc(94% - 20px);
        left: 20px;
        top: 90px;
    }

    .Menu_Menu>ul>li {
        width: 100%;
        margin: -10px;
        font-size: 32px;
        border-bottom: none;
        transform: translateY(-10px);
        opacity: 0;
        transition: .3s;
    }

    .btn-container {
        width: 6rem;
        padding: 6px;
        margin: 6px 10px 0 0;
    }

    .btn {
        padding: 1rem;
    }

    .clicked {
        margin-left: 20px;
    }

    .contact-button {
        width: 40px;
        height: 40px;
    }

    .circle {
        width: 0;
        height: 0;
        margin: 100px 0 100px 0;
    }

    .circle span {
        width: 50px;
        height: 50px;
        transform: rotateY(calc(var(--i) * calc(360deg / 16))) translateZ(200px);
    }

    .circle span img {
        width: 100%;
        height: 100%;
    }

    .circle span {
        width: 40px;
        height: 40px;
        transform: rotateY(calc(var(--i) * calc(360deg / 16))) translateZ(130px);
    }

    .video1 {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
    }

    .contact-social .box i {
        font-size: 25px;
    }

    .contact-social .box p {
        margin: 5px 0 0 10px;
    }

    .contact-info .contact-link i {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }

    .contact-info .contact-link p {
        font-size: 12px;
    }
    
    .project-img {
        margin-top: 50px;
    }

    .user-men{
       width: 200px;
    }
}

@media screen and (max-width: 410px) {
    .btn-container {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .btn-container {
        display: none;
    }

    #content-details {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .left-Contact-container,
    .right-Contact-container {
        flex: 1 1 100%;
        width: 100%;
    }

    .right-Contact-container img {
        width: 100%;
        height: auto;
        object-fit: cover;
        top: 20px;
    }
}

@media screen and (max-width: 400px) {
    .form-box {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .input-box input {
        padding: 10px 20px;
        box-sizing: border-box;
    }

    .toggle-panel p {
        font-size: 14px;
    }
}




@media only screen and (min-width: 320px) {

    .face .coder h1,
    .face .designer h1 {
        display: block;
        font-size: 22px;
        font-size: 2.2rem;
    }

    .face .coder h1 span,
    .face .designer h1 span {
        line-height: 1;
    }

    .face .coder h1 span.chevron-left,
    .face .designer h1 span.chevron-left {
        padding: 0 0.1em 0 0;
    }

    .face .coder h1 span.chevron-right,
    .face .designer h1 span.chevron-right {
        padding: 0 0 0 0.14em;
    }
}

@media only screen and (min-width: 375px) {

    .face .coder h1,
    .face .designer h1 {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

@media only screen and (min-width: 414px) {

    .face .coder h1,
    .face .designer h1 {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media only screen and (min-width: 428px) {

    h1,
    .h1 {
        font-size: 96px;
        font-size: 9.6rem;
    }

    /* section.light,
    section.dark,
    section.noise,
    section.main {
        padding: 8rem 4.3rem;
    } */

    .snaps a {
        width: 30%;
        margin: 1% 2% 1% 0;
        padding: 1%;
    }

    .snaps a:nth-child(2n) {
        margin-right: 2%;
    }

    .snaps a:nth-child(3n) {
        margin-right: 0;
    }

    .portfolio h1,
    .blog h1,
    .portfolio .h1,
    .blog .h1 {
        font-size: 48px;
        font-size: 4.8rem;
    }

    .portfolio p.excerpt,
    .blog p.excerpt {
        font-size: 24px;
        font-size: 2.4rem;
    }

}

@media only screen and (min-width: 500px) {

    .face .coder h1,
    .face .designer h1 {
        font-size: 36px;
        font-size: 3.6rem;
    }
}

@media only screen and (min-width: 600px) {

    .face .coder h1,
    .face .designer h1 {
        font-size: 46px;
        font-size: 4.6rem;
    }
}

@media only screen and (min-width: 630px) {
    .thumbs li {
        float: left;
        width: 44.16666666666%;
        margin: 0 5% 5% 0;
        background: #ffffff;
        padding: 1.6666666666% 1.6666666666% 0 1.6666666666%;
    }

    .thumbs li:nth-child(2n) {
        margin-right: 0;
    }

    .home .thumbs li:nth-child(3n),
    .portfolio .thumbs li:nth-child(3n),
    .error404 .thumbs li:nth-child(3n) {
        display: none;
    }

    .thumbs .description {
        padding: 1.6rem;
    }

}

@media only screen and (min-width: 768px) {

    .face .coder,
    .face .designer {
        width: 30%;
        height: 44%;
    }

    .face .coder h1,
    .face .designer h1 {
        font-size: 56px;
        font-size: 5.6rem;
    }

    .face .coder p,
    .face .designer p {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        margin: 0px;
    }
}

@media only screen and (min-width: 830px) {
    .align-c-desktop {
        text-align: center !important;
    }

    .thumbs li {
        float: left;
        width: 30.1923076923%;
        margin: 0 2.4038461538% 2.4038461538% 0;
        background: #ffffff;
        padding: 0.7692307692% 0.7692307692% 0 0.7692307692%;
    }

    .thumbs li:nth-child(2n) {
        margin-right: 2.4038461538%;
    }

    .home .thumbs li:nth-child(3n),
    .portfolio .thumbs li:nth-child(3n),
    .portfolio-main .thumbs li:nth-child(3n),
    .error404 .thumbs li:nth-child(3n),
    .learn .thumbs li:nth-child(3n) {
        display: block;
        margin-right: 0px;
    }

    .portfolio .current_page_parent a {
        color: #ffffff;
    }

    .portfolio .page-item-7 a {
        color: #757575;
    }


    .portfolio .content-detail .col-3 {
        width: 22.1153846154%;
    }

    .portfolio .content-detail .col-3:nth-child(2) {
        margin-right: 3.84615385%;
    }

    .portfolio .content-detail .col-3:last-child {
        margin-right: 0;
    }

    .portfolio .content-detail .col-6 {
        width: 48.0769230769%;
    }

    .portfolio .content-detail .col-6:first-child {
        margin-right: 3.84615385%;
    }

    .portfolio h1,
    .portfolio .h1 {
        font-size: 56px;
        font-size: 5.6rem;
    }

    footer .left {
        float: left !important;
    }

    footer nav {
        display: inline-block;
        margin: auto;
    }

    footer nav ul {
        list-style: none;
    }

    footer nav li {
        display: inline-block;
    }

    footer nav li a {
        margin-right: 20px;
    }

    .content {
        margin-top: 92px;
    }

    .margin-b {
        margin-bottom: 14.4rem !important;
    }

    .margin-bs {
        margin-bottom: 4.8rem !important;
    }

    .line {
        margin-bottom: 9.6rem;
    }

    .pad {
        padding: 4.8rem 0px;
        padding-bottom: 0px;
    }

    .content {
        margin-top: 92px;
    }

    h1,
    .h1 {
        font-size: 102px;
        font-size: 10.2rem;
    }

    span.text-wide {
        display: inline;
    }

    /* section.light,
    section.dark,
    section.noise,
    section.main {
        padding: 9.6rem 4.3rem;
    } */

    /* Bar Chart */
    #bar-chart {
        display: block;
    }

    .bar-chart {
        list-style: none;
        height: 450px;
        position: relative;
        background: url(../../themes/dannaway/images/axis.png) repeat-x;
        padding: 0;
        margin: 0px;
        /* Y Axis */
    }

    .bar-chart li {
        display: inline-block;
        width: 16%;
        height: 100%;
        background-color: #CCCCCC;
        text-align: center;
        color: #FFFFFF;
        position: relative;
        font-family: "proxima nova semibold", "Helvetica Neue", Helvetica, Arial, Sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
        margin: 0 1.8% 0 0;
        border: #BBBBBB solid 1px;
        vertical-align: bottom;
        border-bottom: #BBBBBB solid 1px;
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
        -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
    }

    .bar-chart li:nth-child(6n) {
        margin-right: 0;
    }

    .bar-chart .percent {
        opacity: 0.8;
        position: absolute;
        bottom: 50px;
        font-size: 45px;
        font-size: 4.5rem;
        width: 100%;
        line-height: 1em;
    }

    .bar-chart .percent span {
        font-size: 24px;
        font-size: 2.4rem;
        padding-left: 3px;
    }

    .bar-chart .skill {
        position: absolute;
        bottom: 20px;
        width: 100%;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .bar-chart .p-30 {
        height: 30%;
    }

    .bar-chart .p-40 {
        height: 40%;
    }

    .bar-chart .p-75 {
        height: 75%;
    }

    .bar-chart .p-80 {
        height: 80%;
    }

    .bar-chart .p-85 {
        height: 85%;
    }

    .bar-chart .p-90 {
        height: 90%;
    }

    .bar-chart .p-95 {
        height: 95%;
    }

    .bar-chart .p-100 {
        height: 100%;
    }

    .bar-chart .aqua {
        border-color: #8dc5be;
        background-color: #5fb2a8;
        background-image: -moz-linear-gradient(center bottom, #5fb2a8 0%, #b0dbd6 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5fb2a8), color-stop(1, #b0dbd6));
        background-image: -webkit-linear-gradient(bottom, #5fb2a8, #b0dbd6);
        background-image: -o-linear-gradient(bottom, #5fb2a8, #b0dbd6);
        background-image: -ms-linear-gradient(bottom, #5fb2a8, #b0dbd6);
        background-image: linear-gradient(#b0dbd6, #5fb2a8);
    }

    .bar-chart .pink {
        border-color: #ebc0b5;
        background-color: #e1ae9e;
        background-image: -moz-linear-gradient(center bottom, #e1ae9e 0%, #f4dcd6 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e1ae9e), color-stop(1, #f4dcd6));
        background-image: -webkit-linear-gradient(bottom, #e1ae9e, #f4dcd6);
        background-image: -o-linear-gradient(bottom, #e1ae9e, #f4dcd6);
        background-image: -ms-linear-gradient(bottom, #e1ae9e, #f4dcd6);
        background-image: linear-gradient(#f4dcd6, #e1ae9e);
    }

    .bar-chart .yellow {
        border-color: #e7af30;
        background-color: #dfae36;
        background-image: -moz-linear-gradient(center bottom, #dfae36 0%, #efc563 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfae36), color-stop(1, #efc563));
        background-image: -webkit-linear-gradient(bottom, #dfae36, #efc563);
        background-image: -o-linear-gradient(bottom, #dfae36, #efc563);
        background-image: -ms-linear-gradient(bottom, #dfae36, #efc563);
        background-image: linear-gradient(#efc563, #dfae36);
    }

    .bar-chart .brown {
        border-color: #dcb386;
        background-color: #bc8e5b;
        background-image: -moz-linear-gradient(center bottom, #bc8e5b 0%, #dcba83 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #bc8e5b), color-stop(1, #dcba83));
        background-image: -webkit-linear-gradient(bottom, #bc8e5b, #dcba83);
        background-image: -o-linear-gradient(bottom, #bc8e5b, #dcba83);
        background-image: -ms-linear-gradient(bottom, #bc8e5b, #dcba83);
        background-image: linear-gradient(#dcba83, #bc8e5b);
    }

    .bar-chart .red {
        border-color: #e14949;
        background-color: #ca4544;
        background-image: -moz-linear-gradient(center bottom, #ca4544 0%, #da6d6c 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ca4544), color-stop(1, #da6d6c));
        background-image: -webkit-linear-gradient(bottom, #ca4544, #da6d6c);
        background-image: -o-linear-gradient(bottom, #ca4544, #da6d6c);
        background-image: -ms-linear-gradient(bottom, #ca4544, #da6d6c);
        background-image: linear-gradient(#da6d6c, #ca4544);
    }

    .bar-chart li.axis {
        width: 0;
        border: 0;
        border-right: #DDD solid 1px;
        height: 450px;
        background: #fafafa;
        -webkit-box-shadow: inset 0 0 0 0 #ffffff;
        -moz-box-shadow: inset 0 0 0 0 #ffffff;
        box-shadow: inset 0 0 0 0 #ffffff;
    }

    .bar-chart .label {
        color: #757575;
        margin: -0.6em 0 88px 0;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: normal;
    }

}

@media only screen and (min-width: 900px) {

    .face .coder,
    .face .designer {
        width: 32%;
    }

    .face .coder h1,
    .face .designer h1 {
        font-size: 64px;
        font-size: 6.4rem;
    }
}

@media only screen and (min-width: 1024px) {

    .face .coder,
    .face .designer {
        width: 30%;
    }

    .face .coder h1,
    .face .designer h1 {
        font-size: 72px;
        font-size: 7.2rem;
    }

    .face .coder p,
    .face .designer p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
    }

    p {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .row,
    .content .row {
        clear: both;
        max-width: 1040px;
        margin: 0 auto;
    }

    .row.alt [class^="col-"] {
        float: right;
        margin: 0 0 0 3.84615385%;
    }

    [class^="col-"] {
        float: left;
        margin: 0 3.84615385% 0 0;
        list-style: none;
        position: relative;
    }

    [class^="col-"]:last-child,
    .row.alt [class^="col-"]:last-child {
        margin: 0;
    }

    .col-1 {
        width: 4.80769231%;
    }

    .col-2 {
        width: 13.46153846%;
    }

    .col-3 {
        width: 22.11538462%;
    }

    .col-4 {
        width: 30.76923077%;
    }

    .col-5 {
        width: 39.42307692%;
    }

    .col-6 {
        width: 48.07692308%;
    }

    .col-7 {
        width: 56.73076923%;
    }

    .col-8 {
        width: 65.38461538%;
    }

    .col-9 {
        width: 74.03846154%;
    }

    .col-12 {
        width: 100%;
        margin: 0;
    }

    /* snaps */
    .snaps {
        padding-top: 3.2rem;
    }

    .snaps a {
        width: 14%;
        margin: 0 2% 0 0;
        padding: 0.5%;
    }

    .snaps a:nth-child(3n) {
        margin-right: 2%;
    }

    .snaps a:last-child {
        margin-right: 0;
    }

    /* Pie chart */
    .pie-chart .designer,
    .pie-chart .coder {
        padding-top: 3em;
    }

    .pie-chart .coder {
        float: right;
        margin-bottom: 0;
        text-align: left;
    }

    .pie-chart .designer {
        float: left;
        margin-bottom: 0;
        text-align: left;
    }

    .pie-chart img {
        width: auto;
    }

    .pie-chart ul li {
        display: block;
    }

    .bar-chart .label {
        font-size: 16px;
        font-size: 1.6rem;
        margin: -0.6em 0 92px 0;
    }

    .bar-chart li {
        margin: 0 2% 0 0;
    }

    .bar-chart .skill {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .bar-chart .percent {
        font-size: 60px;
        font-size: 6rem;
    }

    section.main,
    .portfolio-main section.noise {
        padding: 6.4rem 4.3rem;
    }

    .text-main,
    .text-middle {
        padding-top: 3.2rem;
    }

    .text-main.pad-small,
    .text-middle.pad-small {
        padding-top: 3.2rem;
    }

    .portfolio .content-detail .col-4 {
        width: 30.7692307692%;
        margin-right: 3.84615385%;
        margin-bottom: 0 !important;
    }

    .portfolio .content-detail .col-4:last-child {
        margin-right: 0;
    }

    .portfolio .text-main,
    .portfolio .text-middle {
        padding-top: 6.4rem;
    }


    /* Desktop portfolio styles */
    .portfolio img {
        margin-bottom: 6.4rem;
    }

    .portfolio img.margin-small {
        margin-bottom: 4rem;
    }

    .portfolio ul.ul,
    .portfolio ol.ol {
        margin-bottom: 4rem;
        font-size: 18px;
    }

    .portfolio .text-center {
        margin-bottom: 8rem;
    }

    .portfolio h1,
    .portfolio .h1 {
        font-size: 48px;
        font-size: 4.8rem;
    }

    .portfolio h1.hero,
    .portfolio .h1.hero {
        font-size: 56px;
        font-size: 5.6rem;
    }

    /* Previous and Next buttons */
    .next,
    .prev {
        display: none;
    }

}

@media only screen and (min-width: 1140px) {
    .thumbs .description {
        padding: 1.6rem 4rem 1.6rem 1.6rem;
    }

    .thumbs .arrow-r {
        width: 32px;
        height: 32px;
        background: url(../../themes/dannaway/images/sprite.png) no-repeat;
        display: block;
        background-position: -63px -107px;
        position: absolute;
        top: 2.4rem;
        right: 10px;
    }

    .face {
        width: 1040px;
        height: 600px;
        position: relative;
    }

    .face .coder,
    .face .designer {
        width: 520px;
        height: 600px;
        top: 0px;
        position: absolute;
    }

    .face .coder h1,
    .face .designer h1 {
        font-size: 82px;
        font-size: 8.2rem;
    }

    .face .coder .description,
    .face .designer .description {
        position: absolute;
        top: 180px;
        width: 290px;
    }

    .face .coder .arrow,
    .face .designer .arrow {
        width: 85px;
        height: 140px;
        background: url(../../themes/dannaway/images/sprite.png) no-repeat;
        display: block;
        position: absolute;
        top: 20px;
    }

    .face .coder {
        text-align: left;
        right: 0px;
    }

    .face .coder .description {
        right: 0px;
    }

    .face .coder .arrow {
        right: 0px;
        background-position: 0px -751px;
    }

    .face .designer {
        left: 0px;
    }

    .face .designer .description {
        left: 0px;
    }

    .face .designer .arrow {
        left: 0px;
        background-position: 0px -892px;
    }

    .face .designer-img,
    .face .coder-img {
        width: 420px;
        height: 600px;
        position: absolute;
        top: 0;
        background: url(../../themes/dannaway/images/Manikandan.png) 0 0 no-repeat;
        display: block;
        z-index: 1;
    }

    .face .designer-img {
        background-position: 0px -600px;
        left: 100px;
    }

    .face .coder-img {
        background-position: 100% 0px;
        right: 100px;
    }

    .face .designer-bg,
    .face .coder-bg {
        width: 420px;
        height: 200px;
        position: absolute;
        bottom: 0px;
        background: url(../../themes/dannaway/images/Manikandan.png) 0 -1300px no-repeat;
        display: block;
    }

    .face .designer-bg {
        left: 100px;
    }

    .face .coder-bg {
        right: 100px;
        background-position: 100% -1300px;
    }

    .face .face-img {
        display: none;
    }


    /* Previous and Next buttons */
    .next,
    .prev {
        width: 59px;
        height: 118px;
        display: block;
        background: url(../../themes/dannaway/images/sprite.png) no-repeat;
        position: fixed;
        top: 45%;
        text-indent: -9999px;
    }

    .next {
        right: 0px;
        background-position: -60px -309px;
    }

    .prev {
        left: 0px;
        background-position: 0px -309px;
    }

    .next a,
    .prev a {
        position: absolute;
        display: block;
        background: url(../../themes/dannaway/images/sprite.png) no-repeat;
        width: 59px;
        height: 118px;
        z-index: 10;
        opacity: 0;
    }

    .next a {
        background-position: -60px -428px;
    }

    .prev a {
        background-position: 0px -428px;
    }
}